home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / door / verif30.zip / MAILING.HST < prev    next >
Text File  |  1992-02-22  |  9KB  |  215 lines

  1. Revision History for MAILING.EXE
  2. (Most Recent Changes at top)
  3.  
  4. 02/21/92  Version 3.0
  5.  
  6.     #1: Added support for viewing all of the script answer files.
  7.     Substantial change considering the change in scripts for the door.
  8.  
  9.     #2: The DELETED.LOG file for deleted entries from the MAILLIST.DAT file
  10.     is now converted to DELETED.DAT for use by MAILING.EXE for handling
  11.     printing of DELETED User Labels, if you ever want to do so.  The
  12.     DELETED.DAT file can be edited with the internal editor as well.
  13.  
  14.     #3: After viewing script answer files, you have the option of
  15.     compressing the save file with your preferred compression program.
  16.  
  17.     #4: The printer port is now definable, and the default value is saved in
  18.     the new formatted MAILING.DEF file.  When you are printing any labels,
  19.     you will be prompted for the location to print to.  The default is what
  20.     is stored in the MAILING.DEF file.
  21.  
  22.     #5: You can now print out labels for active users based on their
  23.     expiration date.  Anything from all expired users to all users in any
  24.     range of dates.
  25.  
  26.     #6: Added printer error control for "Device Not Ready" and "Out of
  27.     Paper".  The program will now prompt you to fix the printer, then
  28.     continue where it left off.
  29.  
  30.  
  31. 10/02/91  Version 2.5
  32.  
  33.     #1: Everything now handles 3 word names properly.  The name was being
  34.     stored improperly in the door.
  35.  
  36.     #2: The registration numbers are now stored in the MAILLIST.DAT file.
  37.     When the registration labels are printed, the registration number is
  38.     READ from the MAILLIST.DAT file, not calculated.
  39.  
  40.  
  41. 05/09/91  Version 2.4
  42.  
  43.     #1: Fixed a couple small bugs with the Monochrome displays.  It was
  44.     brought to my attention that the direct screen writes were not being
  45.     handled properly by older MDA Cards.  I changed all the mono displays
  46.     to DOS screen writes, this should improve the mono displays.
  47.  
  48.     #2: Added one more field to view in the editor.  Above the three
  49.     toggles on the right side, there is a note as to whether the user is
  50.     verified or unverified.  This accesses the new field added in version
  51.     2.4 below.  I may add code to edit this entry in the future.....
  52.  
  53.     #3: Worked on the Active User Label printing section.  Improved the
  54.     screen display, sped things up for label count scanning and added
  55.     the option to control labels printed by the number of times the user
  56.     was online.  I found this was handy to "weed out" the one-time or
  57.     few-time users, who really don't care much about the system, so why
  58.     bother with a newsletter or such to them.
  59.  
  60.     #4: Added Code to get the name of the User's file from your PCBoard.Dat
  61.     file.  It makes it easier if you ever decide to change the User's File
  62.     name, you won't have to remember to edit the VERIFIER.CFG file.
  63.  
  64.     #5: Added one more Main Menu option: <D>rop to DOS Shell.  You never
  65.     know when you might want to get to DOS to check something, so I added
  66.     this option so you don't have to exit the program to get to DOS.
  67.  
  68.     #6: Added the options to the file viewing sections to Delete or archive
  69.     the files after you view them.
  70.  
  71.  
  72. 02/08/91  Version 2.3
  73.  
  74.     #1:  Added Monochrome capability to the program.  It will now display
  75.     without colors, if you use the new /MONO command line parameter.
  76.  
  77.     #2:  Added code to shell to file viewer or file editor to view or
  78.     edit program data files.  Included in this archive is a file viewer.
  79.          VIEWER.EXE: Small Viewer Program to View LOG files.
  80.  
  81.     #3:  The code will automatically upgrade your files for the new formats.
  82.     A new file will be created to store the data in (MAILING.DEF).  This
  83.     file is also editable from the "V" command.
  84.  
  85.     #4:  Found a small bug in User List printing module that mis-counted
  86.     the number of lines for formatting output....  Fixed
  87.  
  88.  
  89. 10/01/90  Version 2.2
  90.  
  91.     #1:  Fixed Bug in VERIFIER.EXE file and made similar correction to
  92.     MAILING.EXE file, even though the trailing spaces appeared to be
  93.     missed in this program (weird, since it uses the same code!)  But,
  94.     now all versions strip the trailing spaces from the name entries.
  95.  
  96.     #2:  Added Menu Option to print out MAILING.DAT file in 3 different
  97.     formats on 8 1/2 x 11 paper (Supports Laser Printers (59 lines per
  98.     page).
  99.  
  100.     #3:  Dramatic improvement in Searching Routine for Pack/Purge Routine.
  101.  
  102.     #4:  Added option to log deletions from Pack/Purge to either printer or
  103.     file.  Appends to the end of an existing file if found.
  104.  
  105.     #5:  Necessity to add routine to sort the USER File Index due to
  106.     increased speed of the new searching routine for Pack/Purge.
  107.  
  108.     #6:  Dramatic increase in Sorting routines for both USERS INDEX &
  109.     MAILLIST.DAT file.  Much needed improvement, since the old sorting
  110.     routine took 90+ seconds to sort 190 user records!!  (now down to
  111.     about 10 seconds!! on a '286 XT)
  112.  
  113.     #7:  New Opening screen.  More artistic than the old one....  (GRIN)
  114.  
  115.     #8:  Added Better editor viewer for Maillist.dat file.  Uses PCBSM
  116.     command structure.
  117.  
  118. 07/13/90  Version 2.1
  119.  
  120.             Made some cosmetic changes in the way things are displayed, but
  121.     no major changes in the program itself.  Only in appearance, like a new
  122.     opening title screen!
  123.  
  124. 05/19/90  Version 2.0
  125.  
  126.             First official release of this program.  I fixed one small part
  127.     of the printer test routine to allow no test with the <ESC> key.
  128.     Modified the displays to show the current version number.  Version
  129.     number is now displayed with a variable, so it's easier to upgrade the
  130.     version number display!
  131.  
  132. 05/08/90  Version 1.9
  133.  
  134.             Added routine to test the printer/label position before
  135.     printing labels.  I think this will do it, and I'll be able to release
  136.     with version 2.0 within 2 weeks.  (Now to do the Documentation!)
  137.  
  138. 04/28/90  Version 1.8
  139.  
  140.             Cleaned up several screen displays and clarified prompt wording
  141.     somewhat to make it easier to understand what is wanted.  Recolored
  142.     some of the screen displays for better readability.
  143.  
  144. 04/21/90  Version 1.7
  145.  
  146.             Added the option to print Selective Labels, since I needed to
  147.     print some labels on an occasional basis myself.  Decided to make this
  148.     an option for registered versions also.  Added code to defeat password
  149.     printing on Active Users labels
  150.  
  151. 04/15/90  Version 1.6
  152.  
  153.             Coded the registration checks into the program.  Decided which
  154.     routines I would reserve for registered copies.  I decided on the
  155.     options to print inactive user labels, adding records in the editor &
  156.     purging the MAILLIST.DAT file of inactive entries.  These options are
  157.     not a necessity for the operation of the program, and are really a
  158.     'reward' for registering shareware.
  159.  
  160. 04/12/90  Version 1.5
  161.  
  162.             Set up the default configuration file as VERIFIER.CFG, since
  163.     the Door program was in the works for release with this program.
  164.     Modified the displays slightly and added the opening & closing screen
  165.     displays.
  166.  
  167. 04/04/90  Version 1.4
  168.  
  169.             Modified the routine to convert a PCBoard script answer file to
  170.     accommodate an answer file with more than just the mailing information.
  171.     The new routine will skip all other answer lines until it reaches a new
  172.     header line marking a new set of answers.  I can also program a
  173.     conversion program for any other script file if anyone needs it (Small
  174.     fee for this service, say $5).
  175.  
  176. 03/30/90  Version 1.3
  177.  
  178.             Added the routines to sort & pack the MAILLIST.DAT file.
  179.     Improved the search routines to use indexes in memory rather than disk
  180.     access.
  181.  
  182. 03/26/90  Version 1.2
  183.  
  184.             After a few nights of work, I added the editor to allow editing
  185.     of the records in the MAILLIST.DAT file.  I think this is pretty good,
  186.     but I do have several ideas for improvement.
  187.  
  188. 03/18/90  Version 1.1
  189.  
  190.             I decided the manual conversion of 150+ Mailing Label records
  191.     was too much.  Wrote the routine to convert the PCBoard script answer
  192.     file to the MAILLIST.DAT file.  Designed it to fit my exact PCBoard
  193.     script answer file, which had only 8 lines.
  194.  
  195. 03/15/90  Version 1.0
  196.  
  197.             Initial recoding of old program completed to accommodate a
  198.     mailing list data file instead of reading a PCBoard script file.  Added
  199.     support for printing labels for registration cards.
  200.  
  201. 04/15/89 - 12/10/90
  202. Versions 0.10 - 0.90:
  203.  
  204.             None of these versions were even in the format of the current
  205.     program.  I was using a PCBoard Script file for the addressing
  206.     information and reading that into memory, and checking for user
  207.     existence.  There were no editing routines or anything for the script
  208.     file.  After some thoughts about the program and the possibility of the
  209.     verification of users, I started working up this current version.
  210.     Using various routines from the old program with major modifications, I
  211.     slowly evolved this program into what it is today, and headed for in
  212.     the future.  This initial code only printed labels for active &
  213.     inactive users.  Active users were printed by range much the same as
  214.     the present program.
  215.